X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/097781e6ad3f7bb1c13c16ff7b6bb7219764fb29..b587e9d8e0cc5eb1edf972fd3b644704441e5289:/Super%20Polarity/Screen.cs diff --git a/Super Polarity/Screen.cs b/Super Polarity/Screen.cs index 8cea5c9..006b047 100644 --- a/Super Polarity/Screen.cs +++ b/Super Polarity/Screen.cs @@ -10,8 +10,10 @@ namespace SuperPolarity class Screen { protected SuperPolarity Game; + public bool Active; public Screen(SuperPolarity game) { + Active = false; Game = game; }